html{
    background: url(../media/background1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
body{
	background: rgba(0,0,0,.7);
}
#MainMenu, #GameMode{
	background: rgb(175,175,175);
	 border-radius:15px;
	min-width: 200px;
	height: 7em;
	position: fixed;
	  top: 50%;
	  left: 50%;
	  /* bring your own prefixes */
	  transform: translate(-50%, -50%);
}
legend{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:4px 16px;
}
table, tr{
	margin: auto auto;
	text-align: center;
}
#helperDiv{
	max-width: 700px;
	background: black;
	margin-bottom: 20px;
		-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
#helperP{
	color: white;
}
#helperDiv2{
	max-width: 700px;
	background: black;
	margin: auto auto;
		-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	color: white;
}
#humAI{
	width: 100%;
}
td{
	margin: 0 auto;
	text-align: center;
}
p{color:white;}
th{
	
width: 100%;	
}






